gtk-demo: Rename textview demos to "Text View"
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2015 23:07:56 +0000 (19:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jul 2015 01:43:20 +0000 (21:43 -0400)
Fits better with "Tree View".

demos/gtk-demo/hypertext.c
demos/gtk-demo/markup.c
demos/gtk-demo/textscroll.c
demos/gtk-demo/textview.c

index af4e4179a70245f79ada3e2251d79a294830e682..60d6711ad35aac0c578cd3aec4dc3c30ede53c5c 100644 (file)
@@ -1,4 +1,4 @@
-/* Text Widget/Hypertext
+/* Text View/Hypertext
  *
  * Usually, tags modify the appearance of text in the view, e.g. making it
  * bold or colored or underlined. But tags are not restricted to appearance.
index 2934a52a6d9d6440dee6a7a5e7f8fe53650772ad..08b06892145b35c7f2f83aacc7bc056902461097 100644 (file)
@@ -1,4 +1,4 @@
-/* Text Widget/Markup
+/* Text View/Markup
  *
  * GtkTextBuffer lets you define your own tags that can influence
  * text formatting in a variety of ways. In this example, we show
index 0008838496176cb92f14f65d90a1f6ac509eff60..3c146055542be326bce02026db8724a88296f87b 100644 (file)
@@ -1,4 +1,4 @@
-/* Text Widget/Automatic Scrolling
+/* Text View/Automatic Scrolling
  *
  * This example demonstrates how to use the gravity of
  * GtkTextMarks to keep a text view scrolled to the bottom
index f1fc6bb33e4ccbe931ac6f339d50f792604beb03..13ea318d1cff5d4fe84ff3bf8e9a9ab5f07c3521 100644 (file)
@@ -1,4 +1,4 @@
-/* Text Widget/Multiple Views
+/* Text View/Multiple Views
  *
  * The GtkTextView widget displays a GtkTextBuffer. One GtkTextBuffer
  * can be displayed by multiple GtkTextViews. This demo has two views